fix(i18n): refine Traditional Chinese interface copy - #5191
Open
AcerYue0 wants to merge 1 commit into
Open
Conversation
Generated-by: Codex
me2seeks
approved these changes
Sep 11, 2026
me2seeks
left a comment
Contributor
There was a problem hiding this comment.
PR 5191 Review
结论
APPROVE
zh-TW 文案精修:对全部 19 个生产文件逐行对比 HEAD~1 vs HEAD,键集合(key: 前缀)在每一对改动行上保持不变,只有字符串字面量变化,符合"catalog keys、interpolation、可执行逻辑、en、zh-CN 不变"的描述;改动限定在 zh-TW 分支(繁体化/术语对齐,如 歸檔→封存、標識→識別碼、凭據→憑證、视觉→視覺)。
发现
无
不确定性(不发到 GitHub 的疑虑)
- "封存 vs 歸檔":本 PR 把 memory 相关的"已歸檔"统一改为"已封存",但仓库其他 zh-TW 文件(
settings-tasks-copy.ts、shell-copy.ts、external-session-import-copy.ts、conversation-copy.ts等)仍大量用"歸檔/已歸檔"。这是术语统一的方向选择,可能造成同一 UI 内"封存/歸檔"两种说法并存;属文案风格层面,无法判定对错,故不发。 settings-provider-copy.ts:163有一行 diff 前后看似完全相同(visionToken/contextToken行),实为该行内视觉→視覺的字符替换,键与函数签名未变,经 AST 对比确认。- 未运行测试(worktree 无 node_modules);改动经逐行键集合比对,逻辑未触。
✅ 对抗性审查(第一性原理 + 奥卡姆剃刀 + 证据核对)通过:未发现真实的 P0–P3 问题。@me2seeks 请把关是否 merge。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refine Traditional Chinese interface copy across Desktop, shared UI, and the TUI. Fix literal translations and remaining Simplified Chinese, clarify message-delivery and Host-control wording, and align credentials, archive, connection, and application terminology.
Examples:
開啟或關閉工作欄的面→開啟或關閉工作欄面板符合不到任何人→無法對應到任何使用者憑證檢查已透過→憑證檢查已通過视觉→視覺Update existing render/copy expectations. Catalog keys, interpolation expressions, executable logic, English, and Simplified Chinese are unchanged.
Verification
npm run build,npm run typecheck,npm run lint,npm run format:check.git diff --check.Windows pre-commit encountered
spawnSync biome.cmd EINVAL. Ran Biome check on all 23 staged files, the ASF header check, protocol epoch guard, and staged whitespace check directly; all passed before bypassing that hook for the commit.AI use
Tool(s) and scope: Codex reviewed and edited zh-TW copy, updated existing expectations, and ran validation.
Checklist
Does this PR entail a change in behavior?